home *** CD-ROM | disk | FTP | other *** search
/ fxPAINT 1.0 / fxPAINT 1.0.iso / developers / plugins / exampleplugin / clibreadmes / readme.sas < prev    next >
Encoding:
Text File  |  1997-12-29  |  503 b   |  15 lines

  1. SAS/C V6.5x note:
  2. -----------------
  3. [Andreas Kleinert <Andreas_Kleinert@t-online.de>]
  4.  
  5.  
  6. Of course you should now how to handle SAS/C before trying to build
  7. such a thing like a shared library with it, but basically you just
  8. need to type "smake" in the "source/lib_source" directory.
  9.  
  10. Relevant settings are in:  - smakefile      (SAS/C makefile)
  11.                            - smakefile.wth  (to be processed by SLink)
  12.                            - SCOPTIONS      (SAS/C compiler settings)
  13.  
  14. Enjoy compiling.
  15.